home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / network / blts493.zip / W4W.TXT < prev    next >
Text File  |  1993-01-08  |  6KB  |  198 lines

  1. Using components of Windows for Workgroups with LANtastic
  2.  
  3.  Since the release of Windows for Workgroups, Artisoft has done some 
  4.  testing of the product.  Here are some of our findings:
  5.  
  6.     Windows for Workgroups can use all Artisoft's "AE" boards when they
  7.       are set    in the NE2000 mode.
  8.  
  9.     The mail and schedule features of Windows for Workgroups will work 
  10.       under the LANtastic system.  This is accomplished by removing the 
  11.       workgroups network from Windows for Workgroups with the result being
  12.       regular Microsoft Windows with the Mail, Schedule+ and a toolbar for 
  13.       File Manager.  This is    accomplished by modifying the Windows 
  14.       SYSTEM.INI file and the CONFIG.SYS    file.
  15.  
  16.     Windows for Workgroups will not work under LANtastic.  It has its own 
  17.       REDIR    and SERVER and low level drivers which are not compatible with 
  18.       the LANtastic system.
  19.  
  20.  To replace a Windows for Workgroups network with a LANtastic network 
  21.  change the SYSTEM.INI file as follows:
  22.  
  23. [Boot]
  24. Replace
  25. network=wfwnet.drv with:network.drv=lantnet.drv
  26.  
  27. [386Enh]
  28. Delete all but vnetbios.386 from below line
  29. network=vnetbios.386,vnetsup.386,vredir.386,vserver.386,vbrowse.386,vwc.386
  30. replace with:network=vnetbios.386,lantasti.386
  31.  
  32. Replace
  33. NetHeapSize=20
  34. with:NetHeapSize=64
  35.  
  36. After you have made the above changes you need to add the following to the
  37. SYSTEM.INI file
  38.  
  39. [386Enh]
  40. Add
  41. NetAsynchFallback=TRUE
  42. NetAsynchTimeout=5.0
  43. PerVMFiles=0
  44.  
  45. [LANtastic]
  46. Network_IRQ=(15) (appropriate IRQ setting for that machine)
  47.  
  48. After these changes have been made you have Windows 3.1 with the following
  49. additions:
  50.  
  51.       Mail
  52.       Schedule+
  53.       Network File Manager
  54.       ClipBook (this includes the original ClipBoard). The ClipBook Viewer
  55.       will work locally, however it will not share the file across the 
  56.       network.
  57.  
  58.  After these changes are made, the following Windows for Workgroups 
  59.  functions will not work:
  60.       
  61.     NetDDE Programs (The LANtastic for Windows DDE feature will function.)
  62.          Chat
  63.          Hearts (game)
  64.     VSERVER.386 programs
  65.          NetWatcher
  66.          WinMeter
  67.  
  68.  The Intel EtherExpress 16Bit network interface card that ships with 
  69.  Windows for Workgroups will work with LANtastic A/I(tm).  The driver used
  70.  is EXP16LAN.EXE. It was developed by Intel Corporation.  Version 2.01 of
  71.  the driver was tested with LANtastic/AI v4.1 and was found to be 
  72.  compatible. The EXP16LAN.EXE driver is not yet included in the 
  73.  LANtastic/AI standard distribution diskette.  Users can download the 
  74.  driver by calling Intel's BBS at 503-645-6275 or Artisoft's BBS at 
  75.  602-293-0065.  Version 2.01 of EXP16LAN.EXE is not backward compatible 
  76.  with earlier versions of LANtastic/AI and does not currently work on XT
  77.  machines. This is not a problem in a Windows for Workgroups situation, 
  78.  since WfW cannot be installed on an XT machine.  For other types of 
  79.  adapters, you should check the current compatibility list on Artisoft's 
  80.  BBS. If Windows for Workgroups was loaded using the Intel EtherExpress(tm)
  81.  adapter cards, you must also remove the    low level drivers from the 
  82.  CONFIG.SYS file.
  83.  
  84.  Listed below is an example of the SYSTEM.INI file after the changes have
  85.  been made:
  86.     SYSTEM.INI:
  87.       [boot]
  88.       shell=progman.exe
  89.       mouse.drv=mouse.drv
  90.   +   network.drv=lantnet.drv
  91.       language.dll=
  92.       sound.drv=mmsound.drv
  93.       comm.drv=comm.drv
  94.       keyboard.drv=keyboard.drv
  95.       system.drv=system.drv
  96.       386grabber=vga.3gr
  97.       oemfonts.fon=vgaoem.fon
  98.       286grabber=vgacolor.2gr
  99.       fixedfon.fon=vgafix.fon
  100.       fonts.fon=vgasys.fon
  101.       display.drv=vga.drv
  102.       drivers=mmsystem.dll
  103.       SCRNSAVE.EXE=(None)
  104.       [keyboard]
  105.       subtype=
  106.       type=4
  107.       keyboard.dll=
  108.       oemansi.bin=
  109.       [boot.description]
  110.       keyboard.typ=Enhanced 101 or 102 key US and Non US keyboards
  111.       mouse.drv=Microsoft, or IBM PS/2
  112.       network.drv=Microsoft Windows for Workgroups (version 3.1)
  113.       language.dll=English (American)
  114.       system.drv=MS-DOS System
  115.       codepage=437
  116.       woafont.fon=English (437)
  117.       aspect=100,96,96
  118.       display.drv=VGA
  119.       [386Enh]
  120.       32BitDiskAccess=OFF
  121.       device=*int13
  122.       device=*wdctrl
  123.       mouse=*vmd
  124.   +   network=vnetbios.386,lantasti.386
  125.   ++  PerVMFiles=0
  126.   ++  NetAsynchTimeout=5.0
  127.   ++  NetAsynchFallback=TRUE
  128.       ebios=*ebios
  129.       woafont=dosapp.fon
  130.       display=*vddvga
  131.       EGA80WOA.FON=EGA80WOA.FON
  132.       EGA40WOA.FON=EGA40WOA.FON
  133.       CGA80WOA.FON=CGA80WOA.FON
  134.       CGA40WOA.FON=CGA40WOA.FON
  135.       keyboard=*vkd
  136.   +   netheapsize=64
  137.       device=vtdapi.386
  138.       device=vcd.386
  139.       device=vshare.386
  140.       device=vpicd.386
  141.       device=vpd.386
  142.       device=*vtd
  143.       device=*reboot
  144.       device=vdmad.386
  145.       device=*vsd
  146.       device=*v86mmgr
  147.       device=*pageswap
  148.       device=*dosmgr
  149.       device=*vmpoll
  150.       device=*wshell
  151.       device=*BLOCKDEV
  152.       device=*PAGEFILE
  153.       device=*vfd
  154.       device=*parity
  155.       device=*biosxlat
  156.       device=*vmcpd
  157.       device=*combuff
  158.       device=*cdpscsi
  159.       local=CON
  160.       FileSysChange=off
  161.       PermSwapDOSDrive=C
  162.       PermSwapSizeK=7786
  163.       transport=vnb.386
  164.       device=VASBID.386
  165.       [standard]
  166.       netheapsize=8
  167.       [NonWindowsApp]
  168.       localtsrs=dosedit,ced
  169.       CommandEnvSize=1024
  170.       [mci]
  171.       WaveAudio=mciwave.drv 4
  172.       Sequencer=mciseq.drv 
  173.       CDAudio=mcicda.drv
  174.       [drivers]
  175.       timer=timer.drv
  176.       midimapper=midimap.drv
  177.       wave=sndbrd.drv
  178.       [DDEShares] 
  179.       [network]
  180.       ComputerName=DAN
  181.       Workgroup=WORKGRP
  182.       UserName=
  183.       [ClipShares] 
  184.       [sndbrd.drv]
  185.       NumAdapters=1
  186.       InDMA.1=1
  187.       OutDMA.1=3
  188.   ++  [LANtastic]
  189.   ++  Network_IRQ=15
  190.  
  191.  +  Lines that have been changed
  192.  ++ Lines that have been added
  193.  
  194.  Should you have any questions concerning the conversion of Windows for
  195.  Workgroups networks, call Artisoft technical support, at 602-293-6363. 
  196.  Select number three for the technical support queue, and then number one
  197.  for the Windows support queue.
  198.